home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / todo102.zip / TODOWIN.TXT < prev   
Text File  |  1993-07-01  |  8KB  |  183 lines

  1.             ToDoWin - version 1.02
  2.             ======================
  3.  
  4. About ToDoWin:
  5. =============
  6.  
  7.         ToDoWin is a simple To-Do manager for Windows 3.1. It was
  8. specifically designed to be easy to use, and not overloaded with
  9. features that might not be required by most people.
  10.  
  11.         The basic concept of ToDoWin is that, when you run the
  12. program, you're presented with an itemized list of things to do, or
  13. other memos, sorted by date and priority. The items at the top of the
  14. list are due today (or are overdue), while items towards the bottom of
  15. the list are due later.
  16.  
  17.         Adding new items, or modifying items, becomes a very quick and
  18. easy process, with most functions available with simple keystrokes,
  19. rather then relying on a mouse like many other utilities. You can add
  20. a simple memo while talking on the phone, for example, without taking
  21. your hands off the keyboard, and without having to traverse through
  22. seemingly endless menus to accomplish the goal.
  23.  
  24.         If you leave the program maximized on the screen (it takes
  25. about a quarter of the screen at standard VGA resolution), you can
  26. have an at-a-glance overview of your planned tasks. In addition, you
  27. can select some, or all, of your items to be printed in a
  28. checklist-like format, allowing you access to your To Do list while
  29. you're on the road, and the ability to check off items as they're
  30. completed.
  31.  
  32.         ToDoWin allows you to use as many different database files as
  33. you wish. You can maintain separate work and personal lists, for
  34. example. Or, a department manager can maintain a list for each
  35. employee, adding items where required, and being able to provide each
  36. employee with a personalized, and itemized, list of things to be
  37. performed.
  38.  
  39.  
  40. Installing ToDoWin:
  41. ==================
  42.  
  43.         Copy TODOWIN.EXE and TODOWIN.HLP to any convenient directory.
  44. If you do not specify a full path for your Program Manager icon, then
  45. the files will have to be in a directory somewhere along your PATH.
  46.     You will require the COMMDLG.DLL file to be present in the
  47. SYSTEM directory of your Windows installation. If you're running
  48. version 3.1 (or later) of Windows, then you already have this file.
  49.         Any database files that ToDoWin creates will be in the same
  50. directory as TODOWIN.EXE by default, though you can easily specify a
  51. different location. ToDoWin will also create a TODOWIN.INI file,
  52. which will automatically go into your Windows directory. On occasion,
  53. ToDoWin may also create a temporary file called TODOWIN.$$$. ToDoWin
  54. will automatically handle creation and deletion of this file.
  55.  
  56.  
  57. Registration:
  58. ============
  59.  
  60.         ToDoWin is Copyright (c) 1992 by:
  61.  
  62.                 Brad P. Smith
  63.                 R.R. #2 - 777 Crozier Rd.
  64.                 Oxford Mills, Ontario, Canada
  65.                 K0G 1S0
  66.  
  67.         This program is being released as "ShareWare". Try it out for
  68. a while. If you decide you want to use it on a regular basis, then
  69. you should pay for it. A "donation" of US$25 is suggested (see
  70. below). Free duplication and sharing of this program is permitted and
  71. encouraged. There is to be no fee to be charged for distribution of
  72. the program, other than those specifically related to duplication
  73. costs, or BBS service fees.
  74.  
  75.         When you register ToDoWin, you encourage the author to
  76. continue to enhance the program, and to continue to work on new
  77. utilities. In addition, registered users who so request will get the
  78. full source code to ToDoWin (specify disk size required). Beginning
  79. Windows programmers may find some of the techniques used to be
  80. educational.
  81.  
  82.         To register, and obtain the source code, mail a money order
  83. (preferably, though US or Canadian cheque will suffice) to the author
  84. at the above address. Specify if you'd like the source code, and
  85. don't forget to specify the disk size you'd like. Other distribution
  86. methods may be available; contact the author for details. Note that
  87. the source code is not included as part of the ShareWare package, and
  88. is not to be distributed publicly in any form without the specific
  89. permission of the author.
  90.  
  91.         Regardless of whether you do pay for it or not, the author
  92. would like to hear your comments or suggestions about this program,
  93. and would especially like to hear any bug reports. Simply send your
  94. comments to the above address, or contact the author on BIX at
  95. 'B.P.Smith', or via Internet at 'B.P.Smith@BIX.com'.
  96.  
  97.  
  98. Version 1.02 Changes (19 Oct. '92):
  99. ==================================
  100.  
  101. - Starting with version 1.02, ToDoWin will run on Windows version 3.1 or 
  102.   later *only*. It was becoming too difficult to maintain reliable 
  103.   operation under version 3.1 and 3.0, and the increased testing time was 
  104.   becoming a pain.
  105.  
  106. - A very silly bug crept in that caused any attempt at printing to fail. 
  107.   I managed to track the problem to a Windows 3.1 SDK problem with the 
  108.   EndPage() function. I'm still not clear as to whether this is a bug in 
  109.   the SDK, or a documentation error. No matter, I switched back to the 
  110.   3.0 Escape() function, which works.
  111.  
  112. - Some very minor interface and printing changes were made, but nothing 
  113.   significant.
  114.  
  115.  
  116. Version 1.01 Changes (31 July '92):
  117. ==================================
  118.  
  119. - A pop-up calendar for quicker date selection/entry.
  120.  
  121. - During date entry in the Edit dialog, if you do not enter a year,
  122.   the current year is assumed when the date is validated.
  123.  
  124. - Whenever you make a change to the database, it's automatically
  125.   saved on exit from the Edit dialog. While the File/Save menu item
  126.   remains, it's fairly redundant now.
  127.  
  128. - **NOTE**: This version was compiled using the new version 7.0 of
  129.   the Microsoft C Compiler. One notable change is that they changed
  130.   the functionality of the date functions. The end effect is that,
  131.   when you read in a database saved with the previous version of
  132.   ToDoWin, seventy years will be subtracted from all your dates. This
  133.   is easily remedied by editing each ToDo item, and correcting the
  134.   year. I apologize for this inconvenience.
  135.  
  136. - COMMDLG.DLL is no longer supplied in the ZIP. By now, most people
  137.   should have this file, either by upgrading to Windows 3.1 or
  138.   obtaining the file from another program (including ToDoWin version
  139.   1.0).
  140.  
  141.  
  142. Planned Enhancements:
  143. ====================
  144.  
  145.     Following are some of the planned enhancements for a future
  146. version of ToDoWin. If you have any suggested additions to the list,
  147. I'd like to hear about them.
  148.  
  149. - Customization of the various color settings and fonts.
  150.  
  151. - DDE and/or OLE linking to other packages, like Word for Windows,
  152.   Excel, etc.
  153.  
  154. - A variety of printed report formats.
  155.  
  156. - Clipboard support for the Edit screen.
  157.  
  158. - Multiple date selection, allowing "fuzzy" dates to be used (ie.
  159.   every Friday, the first of each month, etc).
  160.  
  161. - Filters for viewing only ToDo items in a specific date range or
  162.   calendar month.
  163.  
  164. - Addition of the element of "time" to ToDo items, and the addition
  165.   of fairly simple scheduling functions, possibly including a pop-up
  166.   alarm of an impending timed item (such as a meeting).
  167.  
  168. - Look for a version of ToDoWin for Windows NT by the end of 1992.
  169.  
  170.  
  171. Credits:
  172. =======
  173.  
  174.     A lot of credit for the finished design of ToDoWin goes to
  175. the team of beta testers on BIX. Without the help of these folks,
  176. ToDoWin would not have nearly as many features, but probably a few
  177. bugs. Tremendous thanks to the following BIXen:
  178.  
  179. pgm           mfsargent      amocksfield    joeskora       pwalker
  180. johngm        jmalloy        nscott         blaszczak      dhudes
  181. ceichert      mkropp         wheelock
  182.  
  183.